home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / sound / awemp140.zip / AWEMP.INI < prev    next >
Text File  |  1995-12-20  |  2KB  |  73 lines

  1. ; -  -  -  - - - -------------------*-*-*-*-*------------------- - - -  -  -  -
  2. ;                       Sound Blaster AWE32 Module Player
  3. ;                         Copyright (C) 1995 by B.Boer
  4. ;                             All rights reserved
  5. ;                            INI configuration file
  6. ; -  -  -  - - - -------------------*-*-*-*-*------------------- - - -  -  -  -
  7. ;
  8. ; Note: you can override all following settings by the commandline options
  9. ; given in brackets ().
  10. ;
  11.  
  12. ; Paths to search for modules. You can have a maximum of 16 paths. Paths will
  13. ; be searched in this order.
  14. ; You can also specify single modules here, e.g. PATH=D:\MODS\2ND_PM.S3M, or
  15. ; multiple modules by adding for example *.MOD to the path. If you specify
  16. ; only a path, you should add a backslash '\' to the path.
  17. ;
  18. ; This is a (small) substitute for the file-selector menu which will be in
  19. ; AWEMP v1.41.
  20. ;
  21. PATH=
  22. PATH=
  23. PATH=
  24. ; etc.
  25.  
  26. ; Ignore all warning messages.  (/I)
  27. ; 0 = no, 1 = yes.
  28. IGNORE=0
  29.  
  30. ; Loop modules.  (/L)
  31. ; 0 = no, 1 = yes.
  32. LOOP=1
  33.  
  34. ; Random play modules.  (/O)
  35. ; 0 = no, 1 = yes.
  36. RANDOM=0
  37.  
  38. ; Use expanded memory if available.  (/X)
  39. ; 0 = no, 1 = yes.
  40. USE_EMS=1
  41.  
  42. ; Switch between 8 and 16 visual channels displayed.  (/Zx)
  43. ; 0 = 8 channels, 1 = 16 channels, 2 = auto switch.
  44. SCR_SIZE=2
  45.  
  46. ; Use keys F11 and F12 while in DOS-shell.  (no switch available)
  47. ; 0 = no, 1 = yes.
  48. USE_FKEYS=1
  49.  
  50. ; Main volume, valid values are 0 to 255.  (/Vxxx)
  51. MAIN_VOLUME=224
  52.  
  53. ; Reverb and chorus depths, valid values are 0 to 255.  (/Rxxx and /Cxxx)
  54. REVERB=32
  55. CHORUS=32
  56.  
  57. ; Reverb and chorus effect types, valid values are 1 to 8:  (/Exy)
  58. ;
  59. ; Reverb effects:                Chorus effects:
  60. ;   1 - Room 1                     1 - Chorus 1
  61. ;   2 - Room 2                     2 - Chorus 2
  62. ;   3 - Room 3                     3 - Chorus 3
  63. ;   4 - Hall 1                     4 - Chorus 4
  64. ;   5 - Hall 2                     5 - Feedback chorus
  65. ;   6 - Plate                      6 - Flanger
  66. ;   7 - Delay                      7 - Short delay
  67. ;   8 - Panning delay              8 - Short delay (FB)
  68. ;
  69. REVERB_EFFECT=1
  70. CHORUS_EFFECT=1
  71.  
  72. ; End of INI file.
  73.